home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / dmalloc.zip / INSTALL.LIB / DMALLOC.BC next >
Text File  |  1992-11-01  |  1KB  |  73 lines

  1. ; DMalloc v 1.0
  2. ; (C) 1991-1992 E.Vogelsinger
  3. ;
  4. ; This is an exception file for Bounds-Checker(r) (by NuMega Corp.)
  5. ;
  6. ; To avoid lots of useless warnings from Bounds-Checker, you can create
  7. ; an exception file for your program (e.g. TEST.BC). For in-depth info,
  8. ; please consult your Bounds-Checker documentation.
  9. ;
  10. ; If you are using DMalloc, you need to include the following statements
  11. ; into your BC exception file.
  12. ;
  13. ; This exception file is accurate. It has absolutely no side effects
  14. ; on the debugged program, and only those locations actually accessed
  15. ; by DMalloc are excluded.
  16. ;
  17. ; Comments on the reason for the exceptions are provided at each entry.
  18.  
  19. ; access to CS based variables
  20. ACCESS dm_dbga.ASM
  21. {
  22.    CODE_AREA
  23. }
  24.  
  25.  
  26. ; function patcher
  27. ACCESS dm_patch.ASM
  28. {
  29.    CODE_AREA
  30. }
  31.  
  32.  
  33. ; low level video io
  34. ACCESS dm_wina.ASM
  35. {
  36.    VIDEO
  37. }
  38.  
  39.  
  40. ; Mouse interrupt
  41. ; BIOS variables
  42. READ dm_wina.ASM
  43. {
  44.    00000H:000CCH  00000H:000CEH
  45.    00040H:00049H  00040H:0005EH
  46.    00040H:00062H
  47.    00040H:00084H
  48. }
  49.  
  50.  
  51. ; FAR NULL area save/restore
  52. ACCESS dm_heap.C
  53. {
  54.    00000H:00000H  00000H:000FFH
  55. }
  56.  
  57.  
  58. ; FAR NULL area display (heap window)
  59. READ dm_dump.C
  60. {
  61.    00000H:00000H  00000H:000FFH
  62. }
  63.  
  64.  
  65. ; FAR NULL check
  66. ; Keyboard flags
  67. READ dm_dbga.ASM
  68. {
  69.    00000H:00000H  00000H:000FFH
  70.    00040H:00017H
  71. }
  72.  
  73.